runtime.schedt.stopwait (field)

17 uses

	runtime (current package)
		proc.go#L1113: 		sched.stopwait = freezeStopWait
		proc.go#L1582: 	sched.stopwait = gomaxprocs
		proc.go#L1588: 	sched.stopwait--
		proc.go#L1599: 			sched.stopwait--
		proc.go#L1615: 		sched.stopwait--
		proc.go#L1617: 	wait := sched.stopwait > 0
		proc.go#L1646: 	if sched.stopwait != 0 {
		proc.go#L3079: 		sched.stopwait--
		proc.go#L3080: 		if sched.stopwait == 0 {
		proc.go#L3232: 	sched.stopwait--
		proc.go#L3233: 	if sched.stopwait == 0 {
		proc.go#L4561: 	if sched.stopwait > 0 && atomic.Cas(&pp.status, _Psyscall, _Pgcstop) {
		proc.go#L4577: 		if sched.stopwait--; sched.stopwait == 0 {
		proc.go#L4763: 	if sched.stopwait == freezeStopWait {
		proc.go#L6400: 		print(" gcwaiting=", sched.gcwaiting.Load(), " nmidlelocked=", sched.nmidlelocked, " stopwait=", sched.stopwait, " sysmonwait=", sched.sysmonwait.Load(), "\n")
		runtime2.go#L839: 	stopwait   int32